.about-footer {
    background-color: #dadada;
}
.footer-line-left {
    position: relative;
    border-left: 1px solid #fff;
}
.footer-line-left::before {
    content: "";
    position: absolute;
    left: -2px;
    width: 1px;
    height: 100%;
    background-color: #a3a3a3;
}
.nice-select.footer-select::after {
    border-color: #e24963;
    height: 10px;
    width: 10px;
    transform: translateY(-25%) rotate(45deg);
    right: 25px;
}
.nice-select.footer-select.open::after {
    transform: translateY(-25%) rotate(-135deg);
}
.qr-container {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -.15rem);
    z-index: 20;
}
.qr-item {
    position: absolute;
    left: -1rem;
    top: 0;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, .7);
    padding: .15rem;
    width: 2rem;
    height: 2rem;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, .2));
}
.qr-item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, .145rem);
    border: .15rem solid transparent;
    border-bottom-width: 0;
    border-top-color: rgba(255, 255, 255, .7);
}
.arrow-right {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
}
.w-1\/5 {
    width: 20%;
}